* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / alias-decl-56.C
blob7e894cdbd8678f5735a692ea9da09d11cc212652
1 // { dg-do compile { target c++11 } }
3 using I = int;                  // { dg-message "int" }
4 using I = float;                // { dg-error "float" }