summaryrefslogtreecommitdiffstats
path: root/Tests/FindGTK2/gmodule/main.c
blob: 1ac5c1d69b6b2dcb298c2fda56829218ae933749 (plain)
1
2
3
4
5
6
7
#include <gmodule.h>

int main(int argc, char* argv[])
{
  gboolean b = g_module_supported();
  return 0;
}