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