Files
qt5.12.8/config.tests/pcre2/main.cpp
2025-08-26 22:57:23 +08:00

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;
}