5 lines
63 B
Plaintext
Raw Normal View History

2022-11-16 20:14:03 +01:00
extern __device__ int foo_func(int a)
{
return a * 42 + 9;
}