Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / cxx20 / unimported.h
blob226b087c0848c1f7ab0b411c038b3ebf2cb7eb34
1 namespace StructuredBinding {
2 struct Q { int p, q; };
3 static auto [a, b] = Q();