Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/update-exception-spec/
a.h
struct A { ~A() throw(int); }; struct B { A a; };