1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-09 08:54:40 +00:00
kickc/src/test/ref/problem-struct-inline-parameter.cfg

29 lines
752 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] phi()
[5] call print
to:main::@return
main::@return: scope:[main] from main
[6] return
to:@return
(void()) print((byte) print::c , (byte) print::fmt_prefix , (byte) print::fmt_postfix)
print: scope:[print] from main
[7] *((const nomodify byte*) SCREEN) ← (const byte) print::fmt_prefix#0
[8] *((const nomodify byte*) SCREEN+(byte) 1) ← (const byte) print::c#0
[9] *((const nomodify byte*) SCREEN+(byte) 2) ← (const byte) print::fmt_postfix#0
to:print::@return
print::@return: scope:[print] from print
[10] return
to:@return