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