brintos

brintos / llvm-project-archived public Read only

0
0
Text · 137 B · 5cd4030 Raw
5 lines · cpp
1// Compile with "cl /c /Zi SimpleTest.cpp"2// Link with "link SimpleTest.obj /debug /nodefaultlib /entry:main"3 4int main() { return 0; }5