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