blob: 3b226376dc583f53157e013fd8eaef4cfcb6c4ef [file] [log] [blame]
Fariborz Jahaniandf81c2c2010-11-09 20:38:00 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
2// rdar://8283484
3@interface blah {
4 @private
5}
6// since I forgot the @end here it should say something
7
8@interface blah // expected-error {{missing @end}}
9@end // and Unknown type name 'end' here
10