mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
extern __device__ int foo_func(int a)
|
|
{
|
|
return a * 42 + 9;
|
|
}
|