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