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