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