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