[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / llvm-pdbutil / Inputs / LoadAddressTest.cpp
blob10abcab8b71789e8c4842bb42a6a154fce340828
1 // Compile with "cl /c /Zi /GR- LoadAddressTest.cpp"
2 // Link with "link LoadAddressTest.obj /debug /nodefaultlib /entry:main"
4 int main(int argc, char **argv) {
5 return 0;