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