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