brintos

brintos / llvm-project-archived public Read only

0
0
Text · 128 B · 6021aca Raw
8 lines · cpp
1// Build with "cl.exe /Zi empty.cpp /link /debug /nodefaultlib /entry:main"2 3void *__purecall = 0;4 5int main() {6  return 42;7}8