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