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