| 233 | }; |
| 234 | |
| 235 | static void |
| 236 | clone_Copt_cb(const char *optarg __unused) |
| 237 | { |
| 238 | list_cloners(); |
| 239 | exit(exit_code); |
| 240 | } |
| 241 | static struct option clone_Copt = { .opt = "C", .opt_usage = "[-C]", .cb = clone_Copt_cb }; |
| 242 | |
| 243 | static __constructor void |
nothing calls this directly
no test coverage detected