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