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