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