Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Parser / missing-end-1-gh64065-nocrash.m
blob22149f852969ac2040c68392cf9ab384ba1211a3
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 @interface Roo // expected-note {{class started here}}
4 // expected-error@+1 {{missing '@end'}}
5 @interface // expected-error {{expected identifier}}