Clang Project

clang_source_code/test/PCH/cxx-functions.h
1void foo() throw( int, short, char, float, double );
2