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