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