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