Sign in
gnu
/
gcc
/
master
/
.
/
libstdc++-v3
/
testsuite
/
29_atomics
/
atomic_float
/
constinit.cc
blob: 6b3f4f76b4ccb745440aceaf21a0f44da01b60b1 [
file
] [
log
] [
blame
]
// { dg-do compile { target c++20 } }
#include
<atomic>
constinit std
::
atomic
<float>
a
(
0.0f
);