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