Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / member-in-struct / Inputs / S.c
blobb0876d27df441c788e0ca91cb55359c78bf8f766
1 struct S {
2 int a;
3 };