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