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