mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
8 lines
91 B
C
8 lines
91 B
C
#include <glib.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
g_assert(42 < 0);
|
|
return 0;
|
|
}
|