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