/* Generated by configure */ #define PCRE2_CODE_UNIT_WIDTH 16 #include #if (PCRE2_MAJOR < 10) || ((PCRE2_MAJOR == 10) && (PCRE2_MINOR < 20)) # error This PCRE version is not supported #endif int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ /* END TEST */ return 0; }