Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / CudaOnly / DeviceLTO / file2.cu
1 extern __device__ int file3_func(int);
2 int __device__ file2_func(int x)
3 {
4   return x + file3_func(x);
5 }