]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - unittests/SymbolFile/DWARF/Inputs/test-dwarf.cpp
Vendor import of lldb trunk r290819:
[FreeBSD/FreeBSD.git] / unittests / SymbolFile / DWARF / Inputs / test-dwarf.cpp
1 // Compile with "cl /c /Zi /GR- test.cpp"
2 // Link with "link test.obj /debug /nodefaultlib /entry:main /out:test.exe"
3
4 int __cdecl _purecall(void) { return 0; }
5
6 int main(int argc, char **argv) { return 0; }