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