LoadAddressTest.cpp 175 Bytes Raw Blame History Permalink 1 2 3 4 5 6 // 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; }