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