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