summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-typeof.cpp
blob: 7e891013e92ce29ae9e9eb6e3a89bce86057873d (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -fsyntax-only -verify %s

static void test() {
  int *pi;
  int x;
  typeof pi[x] y; 
}
OpenPOWER on IntegriCloud