// PR c++/65707 // { dg-do compile { target c++11 } } template struct b { typedef int c; constexpr operator c() { return a; } }; template struct d; template struct e : b {}; template > struct f; template struct f{}>> {}; template struct f;