// { dg-do run } // { dg-options "-w" } // Another magic NULL problem. #include int main() { try { throw(NULL); } catch (...) { } }