2016-07-09 11:21:54 +02:00

8 lines
108 B
C

#include <gmodule.h>
int main(int argc, char* argv[])
{
gboolean b = g_module_supported();
return 0;
}