llvm-for-llvmta/unittests/DebugInfo/PDB/Inputs/SimpleTest.cpp

5 lines
137 B
C++
Raw Normal View History

2022-04-25 10:02:23 +02:00
// Compile with "cl /c /Zi SimpleTest.cpp"
// Link with "link SimpleTest.obj /debug /nodefaultlib /entry:main"
int main() { return 0; }