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