// { dg-options "" } int foo; template struct Base {}; template struct Derived : public Base {};