Home | History | Annotate | Download | only in Inputs
      1 // Compile with "cl /c /Zi /GR- LoadAddressTest.cpp"
      2 // Link with "link LoadAddressTest.obj /debug /nodefaultlib /entry:main"
      3 
      4 int main(int argc, char **argv) {
      5   return 0;
      6 }
      7