mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
//test the opaque data type works
|
|
|
|
var o = produce();
|
|
|
|
consume(o);
|
|
|