dfmt/tests/issue0073.d
Hackerpilot 4b7e37c1da Fix #73
2015-03-08 18:07:26 -07:00

6 lines
177 B
D

void presumed (out uint column) @trusted {
CXString cxstring;
clang_getPresumedLocation(cx, &cxstring, &line, &column);
filename = toD(cxstring);
}