Commit be05b708 by Jason Merrill

new

From-SVN: r34651
parent 1d663f67
// Jason Merrill <jason@redhat.com>
// Special g++ Options: -w
// Test for deleting a void pointer, which the standard says is undefined,
// but which is used by several free C++ programs.
void *p;
int main ()
{
delete [] p;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment