Daniel Dunbar | a572887 | 2009-12-15 20:14:24 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -fsyntax-only -verify %s |
Fariborz Jahanian | 0ba0aa1 | 2008-01-02 18:09:46 +0000 | [diff] [blame] | 2 | |
Mike Stump | d1969d8 | 2009-07-22 00:43:08 +0000 | [diff] [blame] | 3 | int main() { |
4 | id a; | ||||
5 | [a bla:0 6:7]; // expected-error {{expected ']'}} | ||||
6 | } |