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