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

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