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