android_mt6572_jiabo/external/clang/test/Modules/Inputs/c-header-bad.h
2025-09-05 16:56:03 +08: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 '}'}}