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