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