Files
Toy/test/scripts/opaque-data-type.toy

6 lines
75 B
Plaintext

//test the opaque data type works
var o: opaque = produce();
consume(o);