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