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