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