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