- File:
-
- 1 edited
-
tests/exceptions/conditional.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/conditional.cfa
rd00d581 recfd758 4 4 // up the non-trivial exception is reasonable to do. 5 5 6 exception num_error { 6 #include <exception.hfa> 7 8 EHM_EXCEPTION(num_error)( 7 9 int num; 8 };10 ); 9 11 10 vtable(num_error) num_error_vt;12 EHM_VIRTUAL_TABLE(num_error, num_error_vt); 11 13 12 14 void caught_num_error(int expect, num_error * actual) {
Note:
See TracChangeset
for help on using the changeset viewer.