blob: dc369aba2d0904a7664cac34f3e60fa97974bbaa [file] [log] [blame]
// RUN: clang-cc -fsyntax-only -verify %s
// C++-specific tests for integral constant expressions.
const int c = 10;
int ar[c];
struct X0 {
static const int value = static_cast<int>(4.0);
};