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