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