1#include <glib.h>
2
3int main(int argc, char **argv)
4{
5 g_assert(42 < 0);
6 return 0;
7}
8

source code of gtk/subprojects/glib/tests/assert-msg-test.c