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