1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-07-01 22:29:45 +00:00
kickc/src/test/ref/struct-0.sym

8 lines
211 B
Plaintext
Raw Normal View History

__constant char OFFSET_STRUCT_POINT_Y = 1
__constant char SIZEOF_STRUCT_POINT = 2
2020-10-05 20:58:02 +00:00
void main()
__constant char * const main::SCREEN = (char *) 1024
__loadstore struct Point point = {} // mem[2]
mem[2] [ point ]