xref: /llvm-project/clang/test/Modules/Inputs/c-header-bad.h (revision 779448684662c1fb97d2daec6fbf769ca2515a6d)
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