| 27 | //////////////////////////////////////////////////////////////////////////////// |
| 28 | |
| 29 | int32_t add(int32_t a, int32_t b) |
| 30 | { |
| 31 | return a + b; |
| 32 | } |
| 33 | |
| 34 | void testIfFooStructExist(const fooStruct *a){}; |
| 35 |
no outgoing calls
no test coverage detected