1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00
kickc/src/test/ref/sizeof-expr.cfg
2020-03-29 21:00:25 +02:00

25 lines
984 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 nomodify byte*) SCREEN) ← (byte) '0'+(const byte) SIZEOF_NUMBER
[5] *((const nomodify byte*) SCREEN+(byte) 1) ← (byte) '0'+(const byte) SIZEOF_BYTE
[6] *((const nomodify byte*) SCREEN+(byte) 2) ← (byte) '0'+(const byte) SIZEOF_BYTE
[7] *((const nomodify byte*) SCREEN+(byte) 3) ← (byte) '0'+(const byte) SIZEOF_NUMBER
[8] *((const nomodify byte*) SCREEN+(byte) 5) ← (byte) '0'+(const byte) SIZEOF_NUMBER
[9] *((const nomodify byte*) SCREEN+(byte) 6) ← (byte) '0'+(const byte) SIZEOF_WORD
[10] *((const nomodify byte*) SCREEN+(byte) 8) ← (byte) '0'+(const byte) SIZEOF_POINTER
[11] *((const nomodify byte*) SCREEN+(byte) 9) ← (byte) '0'+(const byte) SIZEOF_POINTER
to:main::@return
main::@return: scope:[main] from main
[12] return
to:@return