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