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