1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00
kickc/src/test/ref/comma-expr-1.sym
2021-04-30 17:26:46 +02:00

7 lines
139 B
Plaintext

void main()
constant byte* const main::SCREEN = (byte*) 1024
constant byte main::b = 3
byte main::c
constant byte main::c#0 c = main::b+1