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