| 21 | } |
| 22 | |
| 23 | int __attribute__((noinline)) EMSCRIPTEN_KEEPALIVE sum_int(int v1, int v2, int v3, int v4, int v5, int v6, int v7, int v8, int v9) { |
| 24 | return v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8 + v9; |
| 25 | } |
| 26 | |
| 27 | float __attribute__((noinline)) EMSCRIPTEN_KEEPALIVE sum_float(float v1, float v2, float v3, float v4, float v5, float v6, float v7, float v8, float v9) { |
| 28 | return v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8 + v9; |
nothing calls this directly
no outgoing calls
no test coverage detected