bolt/deps/llvm-18.1.8/llvm/unittests/DebugInfo/PDB/Inputs/SimpleTest.cpp
2025-02-14 19:21:04 +01:00

4 lines
137 B
C++

// Compile with "cl /c /Zi SimpleTest.cpp"
// Link with "link SimpleTest.obj /debug /nodefaultlib /entry:main"
int main() { return 0; }