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