14 lines
321 B
C++
14 lines
321 B
C++
/* Generated by configure */
|
|
#define PCRE2_CODE_UNIT_WIDTH 16
|
|
#include <pcre2.h>
|
|
#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;
|
|
}
|