Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | // RUN: clang-cc -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 | } |