allwinner_a64/android/external/clang/test/Parser/cxx-in-c.c
2018-08-08 16:14:42 +08:00

5 lines
239 B
C

// 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}}