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

7 lines
139 B
Plaintext
Raw Normal View History

2020-10-05 20:58:02 +00:00
void main()
constant byte* const main::SCREEN = (byte*) 1024
constant byte main::b = 3
2020-10-05 20:58:02 +00:00
byte main::c
constant byte main::c#0 c = main::b+1