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