mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 08:56:16 +01:00
10 lines
93 B
C++
10 lines
93 B
C++
|
#include <glib.h>
|
||
|
#include <gmodule.h>
|
||
|
#include <glib-object.h>
|
||
|
|
||
|
int
|
||
|
main ()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|