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