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