// Build don't link: // Special g++ Options: -g // Origin: Mark Mitchell struct S { ~S (); }; void f () { t: S s3; }