projects
/
platform
/
upstream
/
glib.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote branch 'gvdb/master'
[platform/upstream/glib.git]
/
tests
/
cxx-test.C
1
#include <glib.h>
2
#include <gmodule.h>
3
#include <glib-object.h>
4
#include <gio/gio.h>
5
6
int
7
main ()
8
{
9
return 0;
10
}