xref: /llvm-project/llvm/unittests/DebugInfo/PDB/Inputs/SimpleTest.cpp (revision 23609331472be22be3be134f6facd8f086c5ea49)
1 // Compile with "cl /c /Zi SimpleTest.cpp"
2 // Link with "link SimpleTest.obj /debug /nodefaultlib /entry:main"
3 
main()4 int main() { return 0; }
5