blob: 7e09905d8f4c948959c76b140d77cb1f163c7ff9 [file] [log] [blame]
// RUN: clang -fsyntax-only -verify %s
static void test() {
int *pi;
int x;
typeof pi[x] y;
}