================ @@ -14,12 +16,19 @@ void kcall(void (*kp)()) { __global__ void kern() { } +__host__ int overloaded_func(); ---------------- Artem-B wrote: Done https://github.com/llvm/llvm-project/pull/125127