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