2 lines
136 B
Objective-C
2 lines
136 B
Objective-C
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
|
@interface A {@end // expected-error {{'@end' appears where closing brace '}' is expected}}
|