summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/ms-exception-spec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/ms-exception-spec.cpp')
-rw-r--r--test/SemaCXX/ms-exception-spec.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/SemaCXX/ms-exception-spec.cpp b/test/SemaCXX/ms-exception-spec.cpp
new file mode 100644
index 0000000..b84ea17
--- /dev/null
+++ b/test/SemaCXX/ms-exception-spec.cpp
@@ -0,0 +1,3 @@
+// RUN: clang-cc %s -fsyntax-only -verify -fms-extensions
+
+void f() throw(...) { }
OpenPOWER on IntegriCloud