1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00
kickc/src/test/ref/preprocessor-2.cfg
2020-04-05 18:28:32 +02:00

19 lines
383 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] *((const byte*) SCREEN) ← (byte) 'x'
[5] *((const byte*) SCREEN+(byte) 1) ← (const byte) main::a
to:main::@return
main::@return: scope:[main] from main
[6] return
to:@return