blob: 64ffe8bce8d6f5d6b228fd545fffc8cbca334997 [file] [log] [blame]
Sebastian Redl4a4251b2009-02-07 13:06:23 +00001// RUN: clang -fsyntax-only -verify %s
2
3// C++-specific tests for integral constant expressions.
4
5const int c = 10;
6int ar[c];