test: 更新 Bug1 代码示例

This commit is contained in:
Luke 2025-07-10 16:29:13 +08:00
parent 3e8b3f7629
commit 304d3e1c0e

View File

@ -9,13 +9,9 @@ module: Main
end function end function
function: foo function: foo
return_type: int return_type: void
body: body:
if false then
return 1
end if
return 0
end body end body
end function end function
end module end module