Clang Project

clang_source_code/test/Modules/Inputs/c-header-bad.h
1} // expected-error {{extraneous closing brace ('}')}}
2int not_in_extern_c;
3extern "C" { // expected-note {{to match this '{'}}
4// expected-error {{expected '}'}}
5