llvm-for-llvmta/test/tools/llvm-pdbutil/Inputs/LoadAddressTest.cpp

7 lines
175 B
C++
Raw Normal View History

2022-04-25 10:02:23 +02:00
// 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;
}