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