SimpleTest.cpp 137 Bytes Raw Blame History Permalink 1 2 3 4 // Compile with "cl /c /Zi SimpleTest.cpp" // Link with "link SimpleTest.obj /debug /nodefaultlib /entry:main" int main() { return 0; }