Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / unittests / SymbolFile / PDB / Inputs / test-pdb-alt.cpp
blob33d7df0e4a82a9bf115163a738276dc575914121
1 // Compile with "cl /c /Zi /GR- test-pdb-alt.cpp"
2 // Link with "link test-pdb.obj test-pdb-alt.obj /debug /nodefaultlib
3 // /entry:main /out:test-pdb.exe"
5 #include "test-pdb.h"
7 int bar(int n) { return n - 1; }