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