1 // { dg-do assemble { target native } }
2 // { dg-options "-fexceptions -fPIC -S" }
3 
4 int
main()5 main() { throw 1; }
6