blob: cb604bc801f2ab4710bf5ced07b9abd1c14f80a3 [file] [log] [blame]
// { dg-do run }
// { dg-options "-w" }
// Another magic NULL problem.
#include <stddef.h>
int main()
{
try
{
throw(NULL);
}
catch (...)
{
}
}