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