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