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