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