Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / conflicting-struct / test.cpp
blob5aad567cd794631097431ea8edde2121621a3356
1 // RUN: clang-import-test --import %S/Inputs/S1.cpp --import %S/Inputs/S2.cpp -expression %s
2 void expr() {
3 S MyS;
4 T MyT;
5 MyS.a = 3;
6 MyT.u.b = 2;