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