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