OSDN Git Service

2003-01-08 Larin Hennessey <larin@science.oregonstate.edu>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.mike / eh7.C
1 // Special g++ Options: -fexceptions
2 // excess errors test - XFAIL sparc64-*-elf arm-*-pe
3
4 main() {
5   if (0)
6     throw 1 | 2;
7 }