Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 47 of file eh.cc.
{ bad_alloc_test(); #if 0 try { throw bad_alloc(); } catch ( bad_alloc& ) { } catch ( ... ) { } #endif return 0; }