Files
CMake/Tests/RunCMake/UnityBuild/f.cu
2024-08-02 13:35:53 -04:00

6 lines
40 B
Plaintext

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