1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00
kickc/src/test/ref/localscope-simple.cfg

19 lines
407 B
INI
Raw Normal View History

@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
2020-05-02 09:38:51 +00:00
[4] *((const nomodify byte*) BG_COLOR) ← (const byte) main::i
[5] *((const nomodify byte*) BG_COLOR) ← (const byte) main::i1
to:main::@return
main::@return: scope:[main] from main
[6] return
to:@return