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