Fix warnings occured during profiledboostrap on
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb88.C
blobcb604bc801f2ab4710bf5ced07b9abd1c14f80a3
1 // { dg-do run  }
2 // { dg-options "-w" }
3 // Another magic NULL problem.
5 #include <stddef.h>
7 int main()
9   try
10     {
11       throw(NULL);
12     }
13   catch (...)
14     {
15     }