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