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