1 // { dg-do run { xfail sparc64-*-elf arm-*-pe } }
2 // { dg-options "-fexceptions" }
3 
4 int
main()5 main() {
6   if (0)
7     throw 1 | 2;
8 }
9