Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / cxx-inline-namespace-b.h
blob242a585673ae5e57728c48f78bcd07d5875c87fd
1 @import cxx_inline_namespace;
3 struct X::Y::Z {
4 void f(struct Elaborated);
5 };