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