blob: 2a4dcde3a793ee59edc14e11cdceb6f02fdc6a7b [file] [log] [blame]
struct Foooo {
virtual ~Foooo () { }
};
int main(void)
{
Foooo t;
return 0;
}