mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
15 lines
103 B
Text
15 lines
103 B
Text
![]() |
var a
|
||
|
call inner
|
||
|
push 1
|
||
|
output
|
||
|
halt
|
||
|
:inner
|
||
|
var b
|
||
|
call inner2
|
||
|
push 2
|
||
|
return
|
||
|
:inner2
|
||
|
var c
|
||
|
push 3
|
||
|
return
|