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