blob: b84ea178e1e2252dc2ad9f22e66f6d5a846a8e49 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc %s -fsyntax-only -verify -fms-extensions
Douglas Gregora4745612008-12-01 18:00:20 +00002
3void f() throw(...) { }