mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
9c95329347
2008-01-08 Alexander Larsson <alexl@redhat.com> * tests/cxx-test.C: Add gio/gio.h include to check for c++ problems. svn path=/trunk/; revision=6280
11 lines
114 B
C
11 lines
114 B
C
#include <glib.h>
|
|
#include <gmodule.h>
|
|
#include <glib-object.h>
|
|
#include <gio/gio.h>
|
|
|
|
int
|
|
main ()
|
|
{
|
|
return 0;
|
|
}
|