1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-08 17:54:40 +00:00
kickc/src/test/ref/struct-4.cfg
2019-06-09 10:47:33 +02:00

17 lines
398 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()
main: scope:[main] from @1
[4] *((const byte*) main::SCREEN#0) ← (const byte) main::x#0
[5] *((const byte*) main::SCREEN#0+(byte) 1) ← (const byte) main::p_y#0
to:main::@return
main::@return: scope:[main] from main
[6] return
to:@return