Changeset 9139540 for tests/generator
- Timestamp:
- Nov 12, 2020, 11:04:23 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 726b748
- Parents:
- 10d609a (diff), 57ccff1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tests/generator/suspend_then.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/generator/suspend_then.cfa
r10d609a r9139540 40 40 Fibonacci f1, f2; 41 41 for ( 10 ) { // print N Fibonacci values 42 sout | next( f1 ) | next( f2 ); 42 int v1 = next( f1 ); 43 int v2 = next( f2 ); 44 sout | v1 | v2; 43 45 } // for 44 46 }
Note:
See TracChangeset
for help on using the changeset viewer.