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