eh20.C   [plain text]


// { dg-do assemble  }
// { dg-options "-fexceptions -Wall" }

int
main() {
  throw 1;
}