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