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