#include #include int test() { printf("hello world!\n"); pcre2_compile(0, 0, 0, 0, 0, 0); return 0; }