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