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