* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / udlit-clink-neg.C
blob87e00826edaefff62b92a517370828d295cea604
1 // { dg-do compile { target c++11 } }
3 extern "C" {
5 int
6 operator"" _badclinkage(unsigned long long);    // { dg-error "operator with C linkage" }