test: restore Demo22

This commit is contained in:
zhangxun 2025-08-06 14:20:07 +08:00
parent 538005b7dc
commit 6d065bf3cb

View File

@ -6,7 +6,7 @@ module: Main
body:
declare x: int = 0
x = inc(x, 1)
x = inc(x)
println(x)
x = inc(x, 7)