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