| 128 | }; |
| 129 | |
| 130 | int main(void) |
| 131 | { |
| 132 | acl::acl_cpp_init(); |
| 133 | test1(tokens1); |
| 134 | printf("-----------------------------------------------------\r\n"); |
| 135 | test1(tokens2); |
| 136 | printf("-----------------------------------------------------\r\n"); |
| 137 | test1(tokens3); |
| 138 | printf("-----------------------------------------------------\r\n"); |
| 139 | test1(tokens4); |
| 140 | printf("-----------------------------------------------------\r\n"); |
| 141 | test2(); |
| 142 | printf("-----------------------------------------------------\r\n"); |
| 143 | return 0; |
| 144 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…