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