85_packed_record_attr.toy (160B)
1 record @[.packed] Packed { 2 a: i8, 3 b: i64, 4 } 5 6 fn __user_main(): i64 { 7 return @offsetof<Packed>(b) + 41; 8 } 9 10 fn main(): i32 { return __user_main() as i32; }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |