summaryrefslogtreecommitdiffstats
path: root/Tests/FindGTK2/gmodule/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindGTK2/gmodule/main.c')
-rw-r--r--Tests/FindGTK2/gmodule/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/FindGTK2/gmodule/main.c b/Tests/FindGTK2/gmodule/main.c
new file mode 100644
index 0000000..5c85a6f
--- /dev/null
+++ b/Tests/FindGTK2/gmodule/main.c
@@ -0,0 +1,7 @@
+#include <gmodule.h>
+
+int main(int argc, char *argv[])
+{
+ gboolean b = g_module_supported();
+ return 0;
+}