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