// Another magic NULL problem. // Special g++ Options: -w #include int main() { try { throw(NULL); } catch (...) { } }