Import Upstream version 2.72.4
This commit is contained in:
commit
4ef3ff9793
2003 changed files with 1332420 additions and 0 deletions
7
tests/assert-msg-test.c
Normal file
7
tests/assert-msg-test.c
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include <glib.h>
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
g_assert(42 < 0);
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue