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