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