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