This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
arf/tests/analyzer/enumSection/main.arf

20 lines
238 B
Plaintext

:arf
require '../typeSection'
---
enum ro aWeekday:Int
- sunday
- monday
- tuesday 3
- wednesday
- thursday
- friday
- saturday
type ro bColor:U32
enum ro cNamedColor:bColor
- red 0xFF0000
- green 0x00FF00
- blue 0x0000FF