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