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