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