Clang Project

clang_source_code/test/Modules/Inputs/objcAtKeywordMissingEnd.h
1@interface MissingEnd // expected-note {{class started here}}
2
3@ // expected-error {{expected an Objective-C directive after '@'}} expected-error {{missing '@end'}}
4