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