Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / update-exception-spec / a.h
blob078ebf9aecf71aafb1463a8e2afb2e57ed2423a7
1 struct A { ~A() throw(int); };
2 struct B { A a; };