blob: 1be8ec29369089defa74994d5cd4e717f75c3e27 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00002// expected-no-diagnostics
Douglas Gregora4745612008-12-01 18:00:20 +00003
4void f() throw(...) { }