| 963 | } |
| 964 | |
| 965 | int |
| 966 | main() |
| 967 | { |
| 968 | test_a(); |
| 969 | test_b(); |
| 970 | test_c(); |
| 971 | test_C(); |
| 972 | test_d(); |
| 973 | test_D(); |
| 974 | test_F(); |
| 975 | test_H(); |
| 976 | test_Ip(); |
| 977 | test_j(); |
| 978 | test_m(); |
| 979 | test_M(); |
| 980 | test_p(); |
| 981 | test_r(); |
| 982 | test_R(); |
| 983 | test_S(); |
| 984 | test_T(); |
| 985 | test_U(); |
| 986 | test_W(); |
| 987 | test_GV(); |
| 988 | test_x(); |
| 989 | test_X(); |
| 990 | test_z(); |
| 991 | test_Z(); |
| 992 | test_trailing_Z(); |
| 993 | test_leading_ws(); |
| 994 | test_space(); |
| 995 | test_n(); |
| 996 | test_t(); |
| 997 | } |
nothing calls this directly
no test coverage detected