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

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