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