summaryrefslogtreecommitdiff
path: root/meson-cc-tests/ft_has_color.c
blob: daeed7f35825801d8646b4e00b68db392c90063b (plain)
1
2
3
4
5
6
7
#include <ft2build.h>
#include FT_FREETYPE_H

int main(void) {
  FT_Long has_color = FT_HAS_COLOR(((FT_Face)NULL));
  return 0;
}