Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
7736e2ad987deae48db0c45e60e460eb730c16fe
/
.
/
clang
/
test
/
SemaCXX
/
i-c-e-cxx.cpp
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
);
};