blob: 7e09905d8f4c948959c76b140d77cb1f163c7ff9 [file] [log] [blame]
Argyrios Kyrtzidis0f072032008-09-05 11:26:19 +00001// RUN: clang -fsyntax-only -verify %s
2
3static void test() {
4 int *pi;
5 int x;
6 typeof pi[x] y;
7}