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