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