OSDN Git Service

Merge in xfails from PR14107.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.mike / eh30.C
1 // { dg-do assemble { target native } }
2 // { dg-options "-fexceptions -fPIC -S" }
3
4 main() { throw 1; }