ref: 56ddddaa8ea95295ebd7743a1c828f0365bf7bb8 dir: /test/struct1.myr/
type val = struct a : int ;; const main = { var s : val s.a = 12 -> s.a }