1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-21 17:24:39 +00:00
kickc/src/test/ref/function-pointer-noarg.cfg
2019-05-30 22:29:07 +02:00

31 lines
909 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) ← <(word)&(void()) fn1()
[5] *((const byte*) main::SCREEN#0+(byte) 1) ← >(word)&(void()) fn1()
[6] *((const byte*) main::SCREEN#0+(byte) 2) ← <(word)&(void()) fn2()
[7] *((const byte*) main::SCREEN#0+(byte) 3) ← >(word)&(void()) fn2()
to:main::@return
main::@return: scope:[main] from main
[8] return
to:@return
fn2: scope:[fn2] from
[9] *((const byte*) fn2::BGCOL#0) ← ++ *((const byte*) fn2::BGCOL#0)
to:fn2::@return
fn2::@return: scope:[fn2] from fn2
[10] return
to:@return
fn1: scope:[fn1] from
[11] *((const byte*) fn1::BORDERCOL#0) ← ++ *((const byte*) fn1::BORDERCOL#0)
to:fn1::@return
fn1::@return: scope:[fn1] from fn1
[12] return
to:@return