1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-09 08:54:40 +00:00
kickc/src/test/ref/bool-const.cfg
2020-03-29 21:00:25 +02:00

60 lines
1.6 KiB
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 bool_const_if
to:main::@1
main::@1: scope:[main] from main
[6] phi()
[7] call bool_const_vars
to:main::@2
main::@2: scope:[main] from main::@1
[8] phi()
[9] call bool_const_inline
to:main::@return
main::@return: scope:[main] from main::@2
[10] return
to:@return
(void()) bool_const_inline()
bool_const_inline: scope:[bool_const_inline] from main::@2
[11] phi()
to:bool_const_inline::@1
bool_const_inline::@1: scope:[bool_const_inline] from bool_const_inline
[12] *((const nomodify byte*) SCREEN+(byte) 2) ← (byte) 't'
to:bool_const_inline::@return
bool_const_inline::@return: scope:[bool_const_inline] from bool_const_inline::@1
[13] return
to:@return
(void()) bool_const_vars()
bool_const_vars: scope:[bool_const_vars] from main::@1
[14] phi()
to:bool_const_vars::@1
bool_const_vars::@1: scope:[bool_const_vars] from bool_const_vars
[15] *((const nomodify byte*) SCREEN+(byte) 1) ← (byte) 'f'
to:bool_const_vars::@return
bool_const_vars::@return: scope:[bool_const_vars] from bool_const_vars::@1
[16] return
to:@return
(void()) bool_const_if()
bool_const_if: scope:[bool_const_if] from main
[17] phi()
to:bool_const_if::@1
bool_const_if::@1: scope:[bool_const_if] from bool_const_if
[18] *((const nomodify byte*) SCREEN) ← (byte) 't'
to:bool_const_if::@return
bool_const_if::@return: scope:[bool_const_if] from bool_const_if::@1
[19] return
to:@return