Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / codegen-nodep / foo.h
blobe7b20a512db16ed2f4e4954d48878fab8fdc0ea6
1 template <typename T>
2 void foot() {
4 inline void foo() {
7 template <typename T>
8 struct bart {
9 };
10 struct bar {