#include "test-tool.h" #include "gettext.h" struct reg_flag { … }; static struct reg_flag reg_flags[] = …; static int test_regex_bug(void) { … } int cmd__regex(int argc, const char **argv) { … }
#include "test-tool.h" #include "gettext.h" struct reg_flag { … }; static struct reg_flag reg_flags[] = …; static int test_regex_bug(void) { … } int cmd__regex(int argc, const char **argv) { … }