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