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