blob: 5cd4030802c67203c7d6b4eb36ea8ebc0dac7423 [file] [log] [blame]
// Compile with "cl /c /Zi SimpleTest.cpp"
// Link with "link SimpleTest.obj /debug /nodefaultlib /entry:main"
int main() { return 0; }