// PR c++/45282 // { dg-require-effective-target c++11 } struct A { int i; }; int A::*ipm = &A::i; template class assert_same_type; template class assert_same_type { }; assert_same_type x2;