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