opnsense-src/test/Parser/cxx-typeof.cpp
2010-01-01 10:34:51 +00:00

7 lines
107 B
C++

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