ref: 3065ee64d255b9eca94efd48269cd291960d6c4e dir: /test/struct_oneval.myr/
type val = struct a : int ;; const main = { var s : val s.a = 12 -> s.a }