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