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