diff --git a/test/src/simple_io.hi b/test/src/simple_io.hi new file mode 100644 index 0000000..188aceb --- /dev/null +++ b/test/src/simple_io.hi @@ -0,0 +1,8 @@ +// This test should pass with the current transpiler. + +message: "Hello from Hi!" +_(message) + +count: 1 +count = 2 +_("Count is", count)