blob: 034a44cdf12bfac32101b674a4a8f2da9caf7592 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify %s
// PR9137
void f0(int x) : {}; // expected-error{{expected function body after function declarator}}
void f1(int x) try {}; // expected-error{{expected function body after function declarator}}
// GH73559
::; // expected-error{{expected identifier or '('}}