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