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