blob: 7b2aeb97fffabcf8f493535140654468400d5415 [file] [log] [blame]
float func2(float a, float b) {
return a + b / 2.;
}