Files
cmake/Tests/RunCMake/CompilerLauncher/test.ispc
T

5 lines
58 B
Plaintext

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