* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr51463.C
blob75de47d60e469b490148e64b6c889b757dc1c076
1 // PR c++/51463
2 // { dg-do compile { target c++11 } }
4 struct A
6   static virtual int i = 0;     // { dg-error "both 'virtual' and 'static'|declared as" }
7 };