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

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