eh20.C   [plain text]


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

int
main() {
  throw 1;
}