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