Changes in tests/exceptions/finally.cfa [046a890:e68d092]
- File:
-
- 1 edited
-
tests/exceptions/finally.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/finally.cfa
r046a890 re68d092 12 12 try { 13 13 printf("termination throw\n"); 14 throw exc;14 throw &exc; 15 15 } finally { 16 16 loud_exit a = "termination inner finally"; … … 28 28 try { 29 29 printf("resumption throw\n"); 30 throwResume exc;30 throwResume &exc; 31 31 } finally { 32 32 loud_exit a = "resumption inner finally";
Note:
See TracChangeset
for help on using the changeset viewer.