blob: 3e2c75a67f2c0f7d8a81a4ea2187932ca95e9653 [file] [log] [blame]
// Special g++ Options: -fexceptions
// excess errors test - XFAIL a29k-*-* sparc64-*-elf sh-*-* arm-*-pe**-*
main() {
if (0)
throw 1 | 2;
}