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