freebsd-nq/test/Parser/cxx-typeof.cpp
2009-06-02 17:58:47 +00:00

8 lines
105 B
C++

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