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