// { dg-do compile } // { dg-options "-Wabi -fabi-version=1" } struct A { template int f (); }; typedef int (A::*P)(); template

struct S {}; void g (S<&A::f >) {} // { dg-warning "mangle" }