leo/compiler/tests/input_files/program_state/input/basic.state

10 lines
110 B
Plaintext
Raw Normal View History

2020-07-31 04:17:55 +03:00
[[public]]
[state]
root: bool = true;
[[private]]
[record]
id: bool = false;
[state_leaf]
leaf: bool = true;