// { dg-do assemble } // Origin: Mark Mitchell struct S { void* sp; }; void* f () { struct S s = { &s.sp }; return s.sp; }