Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / array-init-loop-expr / Inputs / S.cpp
blob5ca3ad47b278ff993cccdb8be090e602c43cc17a
1 class S {
2 int a[10];
3 };
5 void f() {
6 S s;
7 S copy = s;