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