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