mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-17 15:54:07 +10:00
Moved tests from scripts/ to test/scripts/
This commit is contained in:
5
test/scripts/opaque-data-type.toy
Normal file
5
test/scripts/opaque-data-type.toy
Normal file
@@ -0,0 +1,5 @@
|
||||
//test the opaque data type works
|
||||
|
||||
var o: opaque = produce();
|
||||
|
||||
consume(o);
|
||||
Reference in New Issue
Block a user