84_field_assignment.toy (175B)
1 record Cell { 2 value: i64, 3 } 4 5 fn __user_main(): i64 { 6 var c: Cell = Cell { value: 1 }; 7 c.value = 42; 8 return c.value; 9 } 10 11 fn main(): i32 { return __user_main() as i32; }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |