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