[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Parser / missing-end.m
blobd66ea6487a456ebf726eedae1a746fd72480ac03
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 @interface AAA // expected-note {{class started here}}
6 @ x// expected-error{{expected an Objective-C directive after '@'}}
7 // expected-error{{missing '@end'}}