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