Synopsis - Cross-Reference

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