aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.mike/eh30.C
blob: 8da682c534128a916ecd29b5b94f15088f740ad0 (plain)
1
2
3
4
// { dg-do assemble { target native } }
// { dg-options "-fexceptions -fPIC -S" }

main() { throw 1; }