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