#include <pango/pangoxft.h>

int main(int argc, char *argv[])
{
    pango_xft_get_context(NULL, 0);
    return 0;
}