test:增加 Demo10

This commit is contained in:
Luke 2025-06-25 13:49:07 +08:00
parent 7df0cd8027
commit 3faa561f1c

View File

@ -0,0 +1,13 @@
function: main
return_type: int
body:
declare res: boolean = 8.1 == 7.1
if res then
return 131
else
return 666
end if
return 65537
end body
end function