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