* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-ice13.C
blob4fe371696a34554e827ddae057e3be5928926eea
1 // PR c++/59571
2 // { dg-do compile { target c++11 } }
4 template <class>
5 struct foo
7   static constexpr int bar{(int)-1};
8 };