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