CMake/Tests/RunCMake/try_compile/src.ispc

5 lines
58 B
Plaintext

float func(float a, float b) {
return a + b / 2.;
}