diff options
Diffstat (limited to 'clang/test/Parser')
| -rw-r--r-- | clang/test/Parser/cxx-exception-spec.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Parser/cxx-exception-spec.cpp b/clang/test/Parser/cxx-exception-spec.cpp index b2203c96df7..0a87ab70230 100644 --- a/clang/test/Parser/cxx-exception-spec.cpp +++ b/clang/test/Parser/cxx-exception-spec.cpp @@ -13,3 +13,5 @@ void h() throw(X, Y) { } class Class { void foo() throw (X, Y) { } }; + +void (*fptr)() throw(); |

