C++程序  |  7行  |  175 B

// Compile with "cl /c /Zi /GR- LoadAddressTest.cpp"
// Link with "link LoadAddressTest.obj /debug /nodefaultlib /entry:main"

int main(int argc, char **argv) {
  return 0;
}