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