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