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