mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -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;
|
|
}
|