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