Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / anon-redecl / c2.h
blob2e99b27194c8b3f6fa9e761420ef6ced3c09d02f
1 struct X { union { int n; }; };
2 inline int c(X x) { return x.n; }