1 /* PR c++/101219 - ICE on use of uninitialized memfun pointer
3 { dg-options "-Wall" } */
5 struct S { void m(); };
7 template <int> bool f() {
10 /* The expression below isn't type-dependent so also verify
11 it's diagnosed even though the template isn't instantiated. */
12 return &S::m == mp; // { dg-warning "\\\[-Waddress" }