1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-01-28 06:56:16 +01:00
glib/tests/assert-msg-test.c

9 lines
92 B
C
Raw Normal View History

#include <glib.h>
int main(int argc, char **argv)
{
g_assert(42 < 0);
return 0;
}