Commit 9d24de29 by Jason Merrill

restore

From-SVN: r20222
parent 0228fa7e
#include <stddef.h>
int main()
{
try
{
throw(NULL);
}
catch (...)
{
}
}
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