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