aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx-exception-spec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/cxx-exception-spec.cpp')
-rw-r--r--test/Parser/cxx-exception-spec.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Parser/cxx-exception-spec.cpp b/test/Parser/cxx-exception-spec.cpp
index b2203c96df..0a87ab7023 100644
--- a/test/Parser/cxx-exception-spec.cpp
+++ b/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();