aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/missing-closing-rbrace.m
blob: ae1291e1e312299631bc455211981a7925f080a6 (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -fsyntax-only -verify %s
// rdar: //6854840
@interface A {@end // expected-error {{'@end' appears where closing brace '}' is expected}}\
                   // expected-note {{to match this '{'}}\
                   // expected-note {{class started here}}
		   // expected-error {{expected '}'}} expected-error {{missing '@end'}}