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

10 lines
189 B
INI

void main()
main: scope:[main] from
[0] *SCREEN = main::point1_x
[1] *(SCREEN+1) = main::point1_y
to:main::@return
main::@return: scope:[main] from main
[2] return
to:@return