| 417 | } |
| 418 | |
| 419 | NULLCArray<char> __operatorAddSet(NULLCArray<char> * a, NULLCArray<char> b, void* unused) |
| 420 | { |
| 421 | return *a = __operatorAdd(*a, b, 0); |
| 422 | } |
| 423 | |
| 424 | char char__(char a, void* unused) |
| 425 | { |
nothing calls this directly
no test coverage detected