summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/c-header-bad.h
blob: 7f7cd8701ee0ad7618e47c85df78e8771bc8f61d (plain)
1
2
3
4
} // expected-error {{extraneous closing brace ('}')}}
int not_in_extern_c;
extern "C" { // expected-note {{to match this '{'}}
// expected-error {{expected '}'}}
OpenPOWER on IntegriCloud