diff options
Diffstat (limited to 'test/SemaCXX/ms-exception-spec.cpp')
-rw-r--r-- | test/SemaCXX/ms-exception-spec.cpp | 3 |
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 0000000000..ec4e29a89f --- /dev/null +++ b/test/SemaCXX/ms-exception-spec.cpp @@ -0,0 +1,3 @@ +// RUN: clang %s -fsyntax-only -verify -fms-extensions + +void f() throw(...) { } |