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