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