1 // PR c++/65513
2 // { dg-do compile { target c++11 } }
3 
4 template <typename _Tp> struct atomic {
5   atomic() = default;
6   atomic(_Tp);
7 };
8 
9 struct {
10   atomic<bool> bReadyToFlush;
11 }
12 
13 LogThreadsleLogEntries[10]{};
14