Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/exceptions/conditional.cfa

    rd00d581 recfd758  
    44// up the non-trivial exception is reasonable to do.
    55
    6 exception num_error {
     6#include <exception.hfa>
     7
     8EHM_EXCEPTION(num_error)(
    79        int num;
    8 };
     10);
    911
    10 vtable(num_error) num_error_vt;
     12EHM_VIRTUAL_TABLE(num_error, num_error_vt);
    1113
    1214void caught_num_error(int expect, num_error * actual) {
Note: See TracChangeset for help on using the changeset viewer.