1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00
kickc/src/test/ref/assignment-chained.cfg
2019-09-29 22:36:02 +02:00

24 lines
714 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()
(void()) main()
main: scope:[main] from @1
[4] *((const byte*) main::screen) ← (byte) 'c'
[5] *((const byte*) main::screen+(byte) $28) ← (byte) 'c'
[6] *((const byte*) main::screen+(byte) 1) ← (byte) 'm'
[7] (byte) main::a#2 ← *((const byte*) main::screen+(byte) 1)
[8] *((const byte*) main::screen+(byte) $29) ← (byte) main::a#2
[9] *((const byte*) main::screen+(byte) 2) ← (byte) 1+(byte) 'l'
[10] *((const byte*) main::screen+(byte) $2a) ← (byte) 'l'
to:main::@return
main::@return: scope:[main] from main
[11] return
to:@return