Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f94e215e4a67e5439d56a67bbe470c7860d4b9a6
/
.
/
test
/
SemaCXX
/
i-c-e-cxx.cpp
blob: 64ffe8bce8d6f5d6b228fd545fffc8cbca334997 [
file
] [
log
] [
blame
]
// RUN: clang -fsyntax-only -verify %s
// C++-specific tests for integral constant expressions.
const
int
c
=
10
;
int
ar
[
c
];