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