```py def guard(a: object) -> TypeGuard[Never]: ... a: object assert guard(a) print("hi") # expected error unreachable ```