Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c23-constexpr-2b.c
blob: bcdff322a3f87a8803a2183af8be71089039c936 [
file
] [
log
] [
blame
]
/* Test C23 constexpr. Second file for link test. */
/* { dg-do compile } */
/* { dg-options "-std=c23 -pedantic-errors" } */
/* constexpr objects at file scope have internal linkage. */
constexpr
int
a
=
3
;