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