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