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