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