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