3 lines
120 B
Objective-C
3 lines
120 B
Objective-C
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
|
@end // expected-warning {{@end must appear in an @implementation context}}
|