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