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