Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f3b5e27feec3161ef1a0d73bec83dd74d3ccc86f
/
.
/
clang
/
test
/
SemaCXX
/
i-c-e-cxx.cpp
blob: 64ffe8bce8d6f5d6b228fd545fffc8cbca334997 [
file
] [
log
] [
blame
]
Sebastian Redl
f3b5e27
2009-02-07 13:06:23 +0000
[
diff
] [
blame^
]
1
// RUN: clang -fsyntax-only -verify %s
2
3
// C++-specific tests for integral constant expressions.
4
5
const
int
c
=
10
;
6
int
ar
[
c
];