blob: 87279fd7009d45b908eed6ce42fc24f75372da41 [file] [log] [blame]
int main ()
{
const int *p = new const int (0);
delete p;
}