Sign in
llvm
/
llvm-project
/
clang
/
e3884de8cec1b4b0c858cbbafae4dd85efa48fb6
/
.
/
test
/
SemaCXX
/
i-c-e-cxx.cpp
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
];