hanchenye-llvm-project/clang/test/Parser/objc-messaging-neg-1.m

8 lines
127 B
Mathematica
Raw Normal View History

// RUN: clang -fsyntax-only -verify %s
int main()
{
id a;
[a bla:0 6:7]; // expected-error {{expected ']'}}
}