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