mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
96bc59b1ca
Fixes #22200
5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
extern __device__ int foo_func(int a)
|
|
{
|
|
return a * 42 + 9;
|
|
}
|