blob: 0dc983c3fb526e69ab8d1002380479c74a0f30a8 [file] [log] [blame]
float func1(float a, float b) {
return a + b / 2.;
}