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