projects
/
platform
/
upstream
/
glib.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updated Spanish translation
[platform/upstream/glib.git]
/
tests
/
assert-msg-test.c
1
#include <glib.h>
2
3
int main()
4
{
5
g_assert(42 < 0);
6
return 0;
7
}
8