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