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