mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 18:36:17 +01:00
ef1bcc5a04
Meson checks file extension case-insentively, and compiles ".C" as C source instead of C++.
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;
|
|
}
|