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