* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-complex2.C
blob9a9291b264cee5a726bcbbac744ad6759be4b0da
1 // { dg-do compile { target c++11 } }
2 // { dg-options "" }
4 static _Complex int i;
5 static_assert (&__imag i == &__imag i, "");