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