GAMEEEEEEEEEE
This commit is contained in:
parent
859e7d7560
commit
e0a42d0262
45 changed files with 2771 additions and 782 deletions
10
tests/codegen/test_enum_simple.sui
Normal file
10
tests/codegen/test_enum_simple.sui
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
enum Color
|
||||
Red,
|
||||
Green,
|
||||
Blue,
|
||||
end
|
||||
|
||||
fn main() -> int do
|
||||
let c = Color::Red();
|
||||
0
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue