// { dg-do assemble } // { dg-options "-g" } // Origin: Mark Mitchell struct S { ~S (); }; void f () { t: S s3; }