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