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