summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/eh7.C
blob: 3e2c75a67f2c0f7d8a81a4ea2187932ca95e9653 (plain)
1
2
3
4
5
6
7
// Special g++ Options: -fexceptions
// excess errors test - XFAIL a29k-*-* sparc64-*-elf sh-*-* arm-*-pe**-*

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