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