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