Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
vala
/
9 gir
/
foo.vala
blob: bb6da10663a1b97b96da2a71e0b49fdf94d16cfd (
plain
)
1
2
3
4
5
6
7
namespace
Foo
{
public
int
bar
()
{
return
0
;
}
}