mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-05 10:38:54 +01:00
9 lines
71 B
C
9 lines
71 B
C
|
|
#include <glib.h>
|
||
|
|
|
||
|
|
int main()
|
||
|
|
{
|
||
|
|
g_assert(42 < 0);
|
||
|
|
return 0;
|
||
|
|
}
|
||
|
|
|