C++程序  |  8行  |  125 B

// { dg-do run { xfail sparc64-*-elf arm-*-pe } }
// { dg-options "-fexceptions" }

int main() {
  if (0)
    throw 1 | 2;
}