1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-30 09:57:11 +00:00
kickc/src/test/ref/number-inference-sum.cfg

21 lines
451 B
INI
Raw Normal View History

2019-05-30 20:29:04 +00:00
@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()
2019-05-30 20:29:04 +00:00
main: scope:[main] from @1
[4] *((const word*) main::screen) ← (const word) main::w#0
2019-05-30 20:29:04 +00:00
to:main::@1
main::@1: scope:[main] from main
[5] *((const byte*) main::bgcol) ← (const byte) main::RED
2019-05-30 20:29:04 +00:00
to:main::@return
main::@return: scope:[main] from main::@1
[6] return
to:@return