ref: da7a658feb3f1d785fc557747baf9557c7926520 dir: /test/union.myr/
type u = union `Some int `None ;; const main = { var v : u v = `None }