Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
2bebbf0acee55404de4b8846713b64429e744e8f
/
.
/
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
];