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

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