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