Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
e650c8c3bca2f58cad8ffa8aab63126d26e890cd
/
.
/
test
/
Parser
/
objc-messaging-neg-1.m
blob: a1ec116fb7b42581c3c08243d5652e444e5286df [
file
] [
log
] [
blame
]
// RUN: clang-cc -fsyntax-only -verify %s
int
main
()
{
id a
;
[
a bla
:
0
6
:
7
];
// expected-error {{expected ']'}}
}