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