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