#include <glib.h>

int main()
{
    g_assert(42 < 0);
    return 0;
}