Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
89d9980bbc2e4a4ac86673e6ec16fb9f5babb63b
/
.
/
test
/
Parser
/
missing-end-3.m
blob: 3b226376dc583f53157e013fd8eaef4cfcb6c4ef [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify %s
// rdar://8283484
@interface
blah
{
@private
}
// since I forgot the @end here it should say something
@interface
blah
// expected-error {{missing @end}}
@end
// and Unknown type name 'end' here