blob: 75591c8534d6bd1d6396ba245b6ed39b88174df2 [file] [log] [blame]
#include <glib.h>
int main(int argc, char **argv)
{
g_assert(42 < 0);
return 0;
}