summaryrefslogtreecommitdiffstats
path: root/test/Parser/objc-messaging-neg-1.m
blob: a1ec116fb7b42581c3c08243d5652e444e5286df (plain)
1
2
3
4
5
6
7
// RUN: clang-cc -fsyntax-only -verify %s

int main()
   {
     id a;
     [a bla:0 6:7]; // expected-error {{expected ']'}}
   }
OpenPOWER on IntegriCloud