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