Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / unittests / SymbolFile / PDB / Inputs / test-pdb-nested.h
blob9d3995558233f6c022c1a5c11744dca3fa908be1
1 #ifndef TEST_PDB_NESTED_H
2 #define TEST_PDB_NESTED_H
4 inline int baz(int n) { return n + 1; }
6 #endif