1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-29 09:29:31 +00:00
kickc/src/test/ref/struct-34.cfg
jespergravgaard 6253bdce28 Improved out
2020-10-05 22:58:02 +02:00

10 lines
179 B
INI

void main()
main: scope:[main] from
[0] *SCREEN = point_x#0
[1] *(SCREEN+1) = point_y#0
to:main::@return
main::@return: scope:[main] from main
[2] return
to:@return