// { dg-do assemble } // { dg-options "" } // Origin: Mark Mitchell template struct B { typedef int I; }; template struct S : public B { struct I { }; void f(int i = true) {} };