1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-08 17:54:40 +00:00
kickc/src/test/ref/function-as-array.cfg

23 lines
500 B
INI

@begin: scope:[] from
[0] phi()
to:@1
@1: scope:[] from @begin
[1] phi()
[2] call main
to:@end
@end: scope:[] from @1
[3] phi()
main: scope:[main] from @1
[4] phi()
[5] call new_ball
to:main::@return
main::@return: scope:[main] from main
[6] return
to:@return
new_ball: scope:[new_ball] from main
[7] *((const byte[$10]) BALLS#0) ← ++ *((const byte[$10]) BALLS#0)
to:new_ball::@return
new_ball::@return: scope:[new_ball] from new_ball
[8] return
to:@return