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