blob: ead3361fae218d0160840113ac7155f0c3375f04 [file] [log] [blame]
// { dg-do compile }
// { dg-options "-fgnu-tm" }
void* operator new(__SIZE_TYPE__) throw (int);
void *point;
void funky()
{
point = new (int);
}