Typo fix; NFC
[llvm-project.git] / llvm / unittests / DebugInfo / PDB / Inputs / SimpleTest.cpp
blob5cd4030802c67203c7d6b4eb36ea8ebc0dac7423
1 // Compile with "cl /c /Zi SimpleTest.cpp"
2 // Link with "link SimpleTest.obj /debug /nodefaultlib /entry:main"
4 int main() { return 0; }