blob: f7151171d30668ed8a31defd83cef234cb8d86fc [file] [log] [blame]
// { dg-options "-Wabi" }
template <typename Q>
void f (typename Q::X) {}
struct S {
typedef int X;
};
template void f<S> (int); // { dg-warning "mangle" }