brintos

brintos / llvm-project-archived public Read only

0
0
Text · 208 B · a987e6a Raw
7 lines · cpp
1// Compile with "cl /c /Zi /GR- test.cpp"2// Link with "link test.obj /debug /nodefaultlib /entry:main /out:test.exe"3 4int __cdecl _purecall(void) { return 0; }5 6int main(int argc, char **argv) { return 0; }7