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