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