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