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