Changeset 52ffa30 for tests/coroutine
- Timestamp:
- Jan 11, 2019, 3:15:51 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 276a55b2, 690166d, 95b8aa7
- Parents:
- d97c3a4 (diff), 7bd3bf2 (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/coroutine/pingpong.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/coroutine/pingpong.cfa
rd97c3a4 r52ffa30 24 24 25 25 void ?{}( PingPong & this, const char * name, unsigned int N, PingPong & part ) { 26 (this.__cor){name}; 26 27 this.name = name; 27 28 this.N = N;
Note:
See TracChangeset
for help on using the changeset viewer.