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