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