Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / c-header-bad.h
blob7f7cd8701ee0ad7618e47c85df78e8771bc8f61d
1 } // expected-error {{extraneous closing brace ('}')}}
2 int not_in_extern_c;
3 extern "C" { // expected-note {{to match this '{'}}
4 // expected-error {{expected '}'}}