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