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