Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/exceptions/cancel/coroutine.cfa

    rd00d581 rb583113  
    22
    33#include <coroutine.hfa>
     4#include <exception.hfa>
    45
    5 exception internal_error {};
    6 vtable(internal_error) internal_vt;
     6EHM_EXCEPTION(internal_error)();
     7EHM_VIRTUAL_TABLE(internal_error, internal_vt);
    78
    89coroutine WillCancel {};
Note: See TracChangeset for help on using the changeset viewer.