1// Compile with "cl /c /Zi /GR- test.cpp"
2// Link with "link test.obj /debug /nodefaultlib /entry:main /out:test.exe"
3
4int __cdecl _purecall(void) { return 0; }
5
6int main(int argc, char **argv) { return 0; }
7

source code of lldb/unittests/SymbolFile/DWARF/Inputs/test-dwarf.cpp