Changeset aaf92de


Ignore:
Timestamp:
Apr 23, 2021, 12:57:58 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
8edbe40
Parents:
578c09a
Message:

Moved coroutine to global scope to ease debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/coroutineYield.cfa

    r578c09a raaf92de  
    3838
    3939
     40Coroutine c;
    4041int main(int argc, char* argv[]) {
    41         Coroutine c;
    4242        for(int i = 0; TEST(i < N); i++) {
    4343                #if !defined(TEST_FOREVER)
Note: See TracChangeset for help on using the changeset viewer.