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