I am not sure how much we can improve for when a randon ObjC keyword is thrown into the ivar decl. block. // rdar://6854840 llvm-svn: 177553
4 lines
155 B
Objective-C
4 lines
155 B
Objective-C
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
|
// rdar: //6854840
|
|
@interface A {@end // expected-error {{'@end' appears where closing brace '}' is expected}}
|