================
@@ -14,12 +16,19 @@ void kcall(void (*kp)()) {
__global__ void kern() {
}
+__host__ int overloaded_func();
----------------
kadircet wrote:
can you also add a comment here explaining what we're testing?
https://github.com/llvm/llvm-project/pull/125127