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