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