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