bolt/deps/llvm-18.1.8/clang/test/Parser/cxx-in-c.c

9 lines
303 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// 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 '('}}