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