blob: 7e891013e92ce29ae9e9eb6e3a89bce86057873d [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
Argyrios Kyrtzidis0f072032008-09-05 11:26:19 +00002
3static void test() {
4 int *pi;
5 int x;
6 typeof pi[x] y;
7}