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