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

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