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