1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-21 17:24:39 +00:00
kickc/src/test/ref/double-assignment.cfg

17 lines
396 B
INI
Raw Normal View History

2018-04-27 12:55:46 +00:00
@begin: scope:[] from
2018-11-11 20:51:36 +00:00
[0] phi()
2018-04-27 12:55:46 +00:00
to:@1
@1: scope:[] from @begin
2018-11-11 20:51:36 +00:00
[1] phi()
[2] call main
2018-04-27 12:55:46 +00:00
to:@end
@end: scope:[] from @1
2018-11-11 20:51:36 +00:00
[3] phi()
2018-04-27 12:55:46 +00:00
main: scope:[main] from @1
[4] *((const byte*) main::screen#0) ← (const byte) main::a#1
2019-05-30 20:29:04 +00:00
[5] *((const byte*) main::screen#0+(byte) 1) ← (const byte) main::a#1
2018-04-27 12:55:46 +00:00
to:main::@return
main::@return: scope:[main] from main
2018-11-11 20:51:36 +00:00
[6] return
2018-04-27 12:55:46 +00:00
to:@return