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