Files
cmake/Tests/RunCMake/UnityBuild/f.cu
T

6 lines
40 B
Plaintext

int f(int x)
{
(void)x;
return 0;
}