summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-pdbutil/Inputs/LoadAddressTest.cpp
blob: 10abcab8b71789e8c4842bb42a6a154fce340828 (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