OSDN Git Service

update
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb88.C
1 // Another magic NULL problem.
2 // Special g++ Options: -w
3
4 #include <stddef.h>
5
6 int main()
7 {
8   try
9     {
10       throw(NULL);
11     }
12   catch (...)
13     {
14     }
15 }