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

19 lines
500 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] (byte*) main::screen#0 ← (byte*) 1024
[5] *(*((const byte**) main::pscreen#0)) ← (byte) 'a'
[6] *((const byte**) main::pscreen#0) ← ++ *((const byte**) main::pscreen#0)
[7] *(*((const byte**) main::pscreen#0)) ← (byte) 'b'
to:main::@return
main::@return: scope:[main] from main
[8] return
to:@return