freebsd-dev/test/SemaCXX/ms-exception-spec.cpp

5 lines
112 B
C++
Raw Normal View History

2010-01-01 10:34:51 +00:00
// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions
// expected-no-diagnostics
2009-06-02 17:58:47 +00:00
void f() throw(...) { }