1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-16 21:07:56 +00:00
kickc/src/test/ref/inline-string-3.cfg
jespergravgaard 6253bdce28 Improved out
2020-10-05 22:58:02 +02:00

12 lines
286 B
INI

void main()
main: scope:[main] from
[0] *main::PTR = <main::STRING
[1] *(main::PTR+1) = >main::STRING
[2] main::ptr#0 = *(main::PTR+1) w= *main::PTR
[3] *main::SCREEN = *((byte*)main::ptr#0)
to:main::@return
main::@return: scope:[main] from main
[4] return
to:@return