Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/exceptions/finally.cfa

    re68d092 r046a890  
    1212                try {
    1313                        printf("termination throw\n");
    14                         throw &exc;
     14                        throw exc;
    1515                } finally {
    1616                        loud_exit a = "termination inner finally";
     
    2828                try {
    2929                        printf("resumption throw\n");
    30                         throwResume &exc;
     30                        throwResume exc;
    3131                } finally {
    3232                        loud_exit a = "resumption inner finally";
Note: See TracChangeset for help on using the changeset viewer.