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