//ww:run-exit 109 // migrated from test/wcc/797_xmod_struct_field_layout_collide_run.c: W2 arm — s.lo store into a value struct under the same-leaf collision. package main; import m1; import m2; fn main() i32 = { let dummy: m2.pair; dummy.hi = 0: u64; let s = m1.mk(); s.lo = 9: u16; return (s.hi + (s.lo: u64)): i32; };