// PR c++/65513 // { dg-do compile { target c++11 } } template struct atomic { atomic() = default; atomic(_Tp); }; struct { atomic bReadyToFlush; } LogThreadsleLogEntries[10]{};