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