Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
920b56ca88f06dd9e01caf6f99fcb01e53d1d058
/
.
/
clang
/
test
/
Parser
/
missing-end.m
blob: fb264610aecb5b74fc771ded5640bb92f494d50b [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify %s
@interface
AAA
{
}
@
x
// expected-error{{expected an Objective-C directive after '@'}}
// expected-error{{missing @end}}