xref
: /
dports
/
emulators
/
qemu-devel
/
qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99
/
meson
/
test cases
/
vala
/
9 gir
/
foo.vala
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
namespace Foo
2
{
3
public int bar ()
4
{
5
return 0;
6
}
7
}
8