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