Synopsis - Cross-Reference
File: /tests/Cxx/Parser/bugs/throw-spec-0.cc1// built-in types as exceptions 2// confuse the parser in throw specifications 3foo() throw (int) 4{ 5}
1// built-in types as exceptions 2// confuse the parser in throw specifications 3foo() throw (int) 4{ 5}