test:修改测试代码
This commit is contained in:
parent
a64209c211
commit
d892437deb
@ -1,13 +1,10 @@
|
|||||||
function: main
|
function: main
|
||||||
return_type: int
|
return_type: int
|
||||||
body:
|
body:
|
||||||
declare res: boolean = 8.1 == 7.1
|
declare res: boolean = 8b == 7b
|
||||||
if res then
|
if res then
|
||||||
return 131
|
return 131
|
||||||
else
|
|
||||||
return 666
|
|
||||||
end if
|
end if
|
||||||
|
|
||||||
return 65537
|
return 65537
|
||||||
end body
|
end body
|
||||||
end function
|
end function
|
||||||
Loading…
x
Reference in New Issue
Block a user