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