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