- File:
-
- 1 edited
-
tests/exceptions/cancel/coroutine.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/cancel/coroutine.cfa
rb583113 rd00d581 2 2 3 3 #include <coroutine.hfa> 4 #include <exception.hfa>5 4 6 EHM_EXCEPTION(internal_error)();7 EHM_VIRTUAL_TABLE(internal_error, internal_vt);5 exception internal_error {}; 6 vtable(internal_error) internal_vt; 8 7 9 8 coroutine WillCancel {};
Note:
See TracChangeset
for help on using the changeset viewer.