blob: bda56f5468d4aa1e860648a81a17a4acc5255bb0 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions
Douglas Gregora4745612008-12-01 18:00:20 +00002
3void f() throw(...) { }