forked from OSchip/llvm-project
7 lines
127 B
C++
7 lines
127 B
C++
|
// RUN: clang -fsyntax-only -verify %s
|
||
|
|
||
|
// C++-specific tests for integral constant expressions.
|
||
|
|
||
|
const int c = 10;
|
||
|
int ar[c];
|