/* This test makes sure that all Pango headers can be included * and compiled in a C++ program. */ #include #if PANGO2_HAS_CAIRO #include #endif int main () { return 0; }