* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-70204b.C
blob2b07d4fec9e8fbd5692f154cc309723beec6ecd3
1 // PR c++/70204
2 // { dg-do compile { target c++11 } }
4 int a;
6 void fn1 ()
8   const int x = 0 * a;
9   constexpr int y = x; // { dg-error "constant" }