summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/i-c-e-cxx.cpp
blob: 32d04e2da40bff107b5fd994e4e4c819c92a5854 (plain)
1
2
3
4
5
6
// RUN: clang-cc -fsyntax-only -verify %s

// C++-specific tests for integral constant expressions.

const int c = 10;
int ar[c];
OpenPOWER on IntegriCloud