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