//ww:run-exit 109 // migrated from test/wcc/797_xmod_struct_field_layout_collide_run.c: W1 arm — p.lo store offset/width through *struct under the same-leaf collision. package main; import m1; import m2; fn main() i32 = { let dummy: m2.pair; dummy.hi = 0: u64; let p = m1.mkp(); p.lo = 9: u16; return (p.hi + (p.lo: u64)): i32; };