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