blob: 706eabec58357ae7e0e4ea1a2a94256d313b87b0 [file] [log] [blame]
// { dg-do assemble }
// { dg-options "-g" }
// Origin: Mark Mitchell <mark@codesourcery.com>
struct S
{
~S ();
};
void f ()
{
t:
S s3;
}