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