summaryrefslogtreecommitdiffstats
path: root/Tests/CudaOnly/DeviceLTO/file3.cu
blob: 235ac06652b42798a7ae36fac11a56a5edd1f528 (plain)
1
2
3
4
int __device__ file3_func(int x)
{
  return x * x * x;
}