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