Fix several accidental DOS line endings in source files
[oota-llvm.git] / test / tools / llvm-pdbdump / Inputs / LoadAddressTest.cpp
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 }