// { dg-options "-fabi-version=0" } template struct S { struct I{}; operator I* (); }; template struct S2 : S { operator typename S::I* (); }; template struct S2;