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