mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
5 lines
58 B
Plaintext
5 lines
58 B
Plaintext
|
|
float func(float a, float b) {
|
|
return a + b / 2.;
|
|
}
|