freebsd-dev/test/SemaCXX/i-c-e-cxx.cpp
2009-06-02 17:58:47 +00:00

7 lines
130 B
C++

// RUN: clang-cc -fsyntax-only -verify %s
// C++-specific tests for integral constant expressions.
const int c = 10;
int ar[c];