10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
function: main
|
|
return_type: int
|
|
body:
|
|
declare res: boolean = 8L > 7L
|
|
if res then
|
|
return 131
|
|
end if
|
|
return 65537
|
|
end body
|
|
end function |