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