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

int
main() { throw 1; }