Files
CMake/Tests/RunCMake/install/obj2.ispc
2020-09-04 08:37:07 -04:00

5 lines
59 B
Plaintext

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