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