8 lines
91 B
C
8 lines
91 B
C
#include <glib.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
g_assert(42 < 0);
|
|
return 0;
|
|
}
|