test: 修改为最新测试代码
This commit is contained in:
parent
e11d519627
commit
cb208bb8af
@ -1,7 +1,17 @@
|
|||||||
function: main
|
module: Main
|
||||||
return_type: int 111
|
function: main
|
||||||
|
parameter:
|
||||||
|
return_type: int
|
||||||
body:
|
body:
|
||||||
|
declare n1: int =1
|
||||||
return 65537
|
declare n2: int =2
|
||||||
|
declare n3: int =1
|
||||||
|
if n1 ==1 then
|
||||||
|
if n2 ==2 then
|
||||||
|
n3 =3
|
||||||
|
end if
|
||||||
|
end if
|
||||||
|
return n3
|
||||||
end body
|
end body
|
||||||
end function
|
end function
|
||||||
|
end module
|
||||||
Loading…
x
Reference in New Issue
Block a user