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

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

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