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