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