Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / recursive_visibility_a1_inner.h
blob0f9fdf709ba537f75c53221ec20e9375b578e708
1 namespace A1_Inner {
2 struct X {};
3 void f(X);