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

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