Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CXX / module / module.interface / Inputs / header.h
blobf2e2cbb53c1699d67125b9d3c8bb9a3196eadd5f
1 extern int foo;
2 namespace bar { extern int baz(); }
3 static int baz;