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