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