* lib/target-supports.exp (check_effective_target_vxworks_kernel):
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / eh30.C
blob8da682c534128a916ecd29b5b94f15088f740ad0
1 // { dg-do assemble { target native } }
2 // { dg-options "-fexceptions -fPIC -S" }
4 main() { throw 1; }