| 659 | } |
| 660 | |
| 661 | int main(void) |
| 662 | { |
| 663 | fprintf(stderr, "%s\n", zlibVersion()); |
| 664 | cover_support(); |
| 665 | cover_wrap(); |
| 666 | cover_back(); |
| 667 | cover_inflate(); |
| 668 | cover_trees(); |
| 669 | cover_fast(); |
| 670 | return 0; |
| 671 | } |
nothing calls this directly
no test coverage detected