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