SeaLang/tests/legal/struct.sea

8 lines
103 B
Plaintext

type MyStruct = struct {
i: i32,
b: bool,
}
fn square_if_true(arg: MyStruct) -> i32 {
0
}