aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/DebugInfo/PDB/Inputs/SimpleTest.cpp
blob: 5cd4030802c67203c7d6b4eb36ea8ebc0dac7423 (plain)
1
2
3
4
// Compile with "cl /c /Zi SimpleTest.cpp"
// Link with "link SimpleTest.obj /debug /nodefaultlib /entry:main"

int main() { return 0; }