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