Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-array11.C
blob: 5ecda4d112e919556dbcb812241182619c2594a5 [
file
] [
log
] [
blame
]
// PR c++/65513
// { dg-do compile { target c++11 } }
template
<
typename
_Tp
>
struct
atomic
{
atomic
()
=
default
;
atomic
(
_Tp
);
};
struct
{
atomic
<bool>
bReadyToFlush
;
}
LogThreadsleLogEntries
[
10
]{};