summaryrefslogtreecommitdiff
path: root/tests/cxx-test.cpp
blob: 3fa1c20d9c4e2ec36d2b4009873b0bc6f715fec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* This test makes sure that all Pango headers can be included
 * and compiled in a C++ program.
 */

#include <pango2/pango.h>

#if PANGO_RENDERING_CAIRO
#include <pango2/pangocairo.h>
#endif

int
main ()
{
  return 0;
}