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