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