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