eh4.C   [plain text]


// Build don't link:
// Special g++ Options: -fexceptions

void foo() {
  throw 1;
}