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