// { dg-do assemble } template struct Inner; template struct S { template struct Inner { }; }; S::Inner si;