// { dg-options "-Wabi" } template void f (typename Q::X) {} struct S { typedef int X; }; template void f (int); // { dg-warning "mangle" }