bolt/deps/llvm-18.1.8/lldb/unittests/SymbolFile/DWARF/Inputs/test-dwarf.cpp
2025-02-14 19:21:04 +01:00

6 lines
208 B
C++

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