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