summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/hello.lls2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/hello.lls b/test/hello.lls
index 86e6a6b..05c8183 100644
--- a/test/hello.lls
+++ b/test/hello.lls
@@ -100,6 +100,8 @@ func test()
arr = {1, 2, 2, 3, 5, 2};
/* 字符串拼接 */
str = "hello " + "world";
+ f = {};
+
}
func main()