1 2 3 4 5 6 7 8 9 10
#include <stdio.h> #include <pcre2.h> int test() { printf("hello world!\n"); pcre2_compile(0, 0, 0, 0, 0, 0); return 0; }