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