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