* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / udlit-tmpl-arg.C
blobcec79a5ffb49fed65492a3ed3b0ad8dea6b51a96
1 // { dg-do compile { target c++11 } }
3 template<char...>
4   int operator"" _abc();