| 35 | }; |
| 36 | |
| 37 | int main(void) |
| 38 | { |
| 39 | test_snprintf(); |
| 40 | #ifdef WIN32 |
| 41 | getchar(); |
| 42 | #endif |
| 43 | |
| 44 | //A a1, a2; |
| 45 | //a2 = a1; |
| 46 | //B b1, b2(b1); |
| 47 | //b2 = b2; |
| 48 | //C c1, c2; |
| 49 | //c2 = c1; |
| 50 | |
| 51 | return 0; |
| 52 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…