// { dg-do assemble } // Origin: Mark Mitchell union U { typedef int I; struct S { void f(); }; }; void U::S::f() { I i; }