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