summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-pdbdump/Inputs/LoadAddressTest.cpp
blob: bb6ed4ac55348d6a1ccd8fe0bc7988e4113fc785 (plain)
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;
}
OpenPOWER on IntegriCloud