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