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