1 // { dg-do assemble  }
2 // { dg-options "-fexceptions -Wall" }
3 
4 int
main()5 main() {
6   throw 1;
7 }
8