xfail gnat.dg/trampoline3.adb scan-assembler-not check on hppa*-*-*
[official-gcc.git] / libphobos / testsuite / libphobos.exceptions / rt_trap_exceptions_drt.d
blobfc4448cf0bff34986cada48d7d5d995dbc7cf169
1 // { dg-shouldfail "uncaught exception" }
2 void test()
4 int innerLocal = 20;
5 throw new Exception("foo");
7 void main(string[] args)
9 string myLocal = "bar";
10 test();