* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-array11.C
blob5ecda4d112e919556dbcb812241182619c2594a5
1 // PR c++/65513
2 // { dg-do compile { target c++11 } }
4 template <typename _Tp> struct atomic {
5   atomic() = default;
6   atomic(_Tp);
7 };
9 struct {
10   atomic<bool> bReadyToFlush;
13 LogThreadsleLogEntries[10]{};