//ww:run-exit 1 // Run leg of the retired 671_struct_packed.c row packed_off_b. package main; type P = struct @packed { a: u8, b: u64 }; export fn main() i32 = { let p: P = P { a = 1u8, b = 2u64 }; return offset(p.b): i32; };