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