Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / conflicting-struct / Inputs / S2.cpp
blobde2cb6cd03c7a7f3e74e3db2994f420a979e761d
1 class U {
2 int b;
3 };
5 class T {
6 U u;
7 };