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