llvm-for-llvmta/tools/clang/test/Modules/Inputs/update-exception-spec/a.h

3 lines
50 B
C

struct A { ~A() throw(int); };
struct B { A a; };