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