Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / conflicting-struct / Inputs / S1.cpp
bloba99dba8c7821077469b7d2761a244a97819e460a
1 class T;
3 class S {
4 T *t;
5 int a;
6 };