netbsd/external/bsd/llvm/dist/clang/test/SemaCXX/ms-exception-spec.cpp
2014-01-15 10:53:42 +01:00

5 lines
112 B
C++

// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions
// expected-no-diagnostics
void f() throw(...) { }