Idris2/tests/chez/chez034/expected
Edwin Brady 62586627d8 fix arity for blodwen-set-thread-data
This is an update of PR #540, thanks to @lodi
2021-07-15 15:02:43 +01:00

10 lines
218 B
Plaintext

1/1: Building ThreadData (ThreadData.idr)
Main> parent data initialized to: 13
parent data now: "hello"
child data: "hello"
child data now: 17
parent data still: "hello"
child exiting
parent exiting
Main> Bye for now!