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