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