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