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