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