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