clang-1/test/Parser/objc-missing-impl.m

3 строки
115 B
Objective-C

// RUN: clang -fsyntax-only -verify %s
@end // expected-warning {{@end must appear in an @implementation context}}