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