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