- Timestamp:
- Jan 18, 2017, 12:06:44 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- c84e80a
- Parents:
- c49bf54
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/tests/coroutine.c ¶
rc49bf54 r7fbe450 15 15 } 16 16 17 void co_main(Fibonacci* this) {17 void main(Fibonacci* this) { 18 18 #ifdef MORE_DEBUG 19 19 sout | "Starting main of coroutine " | this | endl;
Note: See TracChangeset
for help on using the changeset viewer.