// Build don't link: // Origin: Mark Mitchell // Special g++ Options: template struct B { typedef int I; }; template struct S : public B { struct I { }; void f(int i = true) {} };