// Build don't link: // Gives ICE 109 // From: Klaus-Georg Adams // Reported against EGCS snaps 98/06/28. using namespace std; int main() { try { } catch (bad_alloc) { // ERROR - parse error return 1; } return 0; }