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