blob: f5fa39bd0cb99b2fd636257afc399ed38a9c4994 [file] [log] [blame]
Douglas Gregor022915b2011-02-04 11:59:47 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
Douglas Gregor758afbc2011-02-04 11:57:16 +00002
3// PR9137
Douglas Gregor022915b2011-02-04 11:59:47 +00004void f0(int x) : {}; // expected-error{{expected function body after function declarator}}
5void f1(int x) try {}; // expected-error{{expected function body after function declarator}}