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