| 122 | } |
| 123 | |
| 124 | int main(int argc, const char* argv[]) |
| 125 | { |
| 126 | test_patternconstruction(); |
| 127 | test_patternmatchingwithouttrailingzeros(); |
| 128 | test_patternmatchingwithtrailingzeros(); |
| 129 | return 0; |
| 130 | } |
nothing calls this directly
no test coverage detected