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