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