1type R =  { f : U32 } layout record { f: 77b at 44b }
2
3foo : R -> R
4foo r { f } = r { f }
5