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