summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/eh30.C
blob: 61a30c8ddda0fa59005976d604198847a993e600 (plain)
1
2
3
4
5
// Build don't link:
// Skip if not native
// Special g++ Options: -fexceptions -fPIC -S

main() { throw 1; }