repo.or.cz
/
glib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
meson: work around meson not passing on the threads dependency when link_with is...
[glib.git]
/
tests
/
assert-msg-test.c
blob
44f8010eebbefed258f1bcc84c6a1a18ad24eb13
1
#include <glib.h>
2
3
int
main
(
int
argc
,
char
**
argv
)
4
{
5
g_assert
(
42
<
0
);
6
return
0
;
7
}
8