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