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