[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[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}}