Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/benchmark/creation/cfa_cor.c

    r9f0b975 r3351cc0  
    55
    66coroutine MyCoroutine {};
    7 void ?{} (MyCoroutine & this) { prime(this); }
     7void ?{} (MyCoroutine & this) {
     8#ifdef EAGER
     9        prime(this);
     10#endif
     11}
    812void main(MyCoroutine & this) {}
    913
Note: See TracChangeset for help on using the changeset viewer.