Files
2025-08-26 22:57:23 +08:00

14 lines
331 B
C++

/* Generated by configure */
#include <fontconfig/fontconfig.h>
#ifndef FC_RGBA_UNKNOWN
# error This version of fontconfig is too old, it is missing the FC_RGBA_UNKNOWN define
#endif
int main(int argc, char **argv)
{
(void)argc; (void)argv;
/* BEGIN TEST: */
FcPattern *pattern = 0;
/* END TEST */
return 0;
}