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