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