brintos

brintos / llvm-project-archived public Read only

0
0
Text · 175 B · 10abcab Raw
7 lines · cpp
1// Compile with "cl /c /Zi /GR- LoadAddressTest.cpp"2// Link with "link LoadAddressTest.obj /debug /nodefaultlib /entry:main"3 4int main(int argc, char **argv) {5  return 0;6}7