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