rt_gccstream/gcc/testsuite/g++.old-deja/g++.mike/eh7.C

8 lines
121 B
C

// { dg-do run { xfail sparc64-*-elf arm-*-pe } }
// { dg-options "-fexceptions" }
main() {
if (0)
throw 1 | 2;
}