mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 07:38:33 -05:00
96bc59b1ca
Fixes #22200
5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
int __device__ file3_func(int x)
|
|
{
|
|
return x * x * x;
|
|
}
|