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