1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-29 09:29:31 +00:00
kickc/src/test/ref/struct-0.sym

8 lines
211 B
Plaintext

__constant char OFFSET_STRUCT_POINT_Y = 1
__constant char SIZEOF_STRUCT_POINT = 2
void main()
__constant char * const main::SCREEN = (char *) 1024
__loadstore struct Point point = {} // mem[2]
mem[2] [ point ]