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