Files
CMake/Tests/RunCMake/CompilerLauncher/test.ispc
2020-09-03 11:46:11 -04:00

5 lines
58 B
Plaintext

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