* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-ice2.C
blobdee4817f671a086b0e8b305c4ef7f5832ffa0afe
1 // { dg-do compile { target c++11 } }
2 int x;
3 constexpr int& rx = x;