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