1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-20 02:32:36 +00:00
kickc/src/test/ref/enum-7.sym
2019-09-29 22:36:02 +02:00

14 lines
338 B
Plaintext

(label) @1
(label) @begin
(label) @end
(byte) Button::color
(byte) Button::size
(const byte) Color::GREEN GREEN = (byte) 1
(const byte) Color::RED RED = (byte) 0
(const byte) RED RED = (byte) 0
(void()) main()
(label) main::@return
(const byte*) main::SCREEN SCREEN = (byte*) 1024
(const byte) main::button_size button_size = (byte) $18