Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / unused-global-init / init.h
blob29a932ae65b4edbc23c071c8b1d4fe4a335e44a4
1 struct Init { Init(); ~Init(); } init;