See documentation in PerfHelper.h
| 44 | |
| 45 | // See documentation in PerfHelper.h |
| 46 | int sum4(int a, int b, int c, int d) { |
| 47 | return a + b + c + d; |
| 48 | } |
| 49 | |
| 50 | // See documentation in PerfHelper.h |
| 51 | int va_argSum(int count, ...) |
no outgoing calls
no test coverage detected