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