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