dfmt/tests/allman/issue0073.d.ref
2015-03-14 15:51:50 -07:00

7 lines
160 B
Text

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