bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/c-header-bad.h
2025-02-14 19:21:04 +01:00

4 lines
163 B
C

} // expected-error {{extraneous closing brace ('}')}}
int not_in_extern_c;
extern "C" { // expected-note {{to match this '{'}}
// expected-error {{expected '}'}}