* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-ice15.C
blob576fd41508508dccba59a517476e6da968671ad4
1 // PR c++/58207
2 // { dg-do compile { target c++11 } }
4 struct A
6   virtual bool foo ();
7 };
9 struct B : public A
11   constexpr B () : A (&::n) {}  // { dg-error "declared" }