blob: bf885347b9ea777124903b46ebae6842fbdca553 [file] [log] [blame]
// Build don't link:
// Special g++ Options: -g
// Origin: Mark Mitchell <mark@codesourcery.com>
struct S
{
~S ();
};
void f ()
{
t:
S s3;
}