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