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