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