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

24 lines
714 B
INI
Raw Normal View History

2018-04-28 06:22:53 +00:00
@begin: scope:[] from
2018-11-11 20:51:36 +00:00
[0] phi()
2018-04-28 06:22:53 +00:00
to:@1
@1: scope:[] from @begin
2018-11-11 20:51:36 +00:00
[1] phi()
[2] call main
2018-04-28 06:22:53 +00:00
to:@end
@end: scope:[] from @1
2018-11-11 20:51:36 +00:00
[3] phi()
(void()) main()
2018-04-28 06:22:53 +00:00
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'
2018-04-28 06:22:53 +00:00
to:main::@return
main::@return: scope:[main] from main
2018-11-11 20:51:36 +00:00
[11] return
2018-04-28 06:22:53 +00:00
to:@return