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
/
20 genie multiple mixed sources
/
vala_test_two.vala
blob: b530efb9db049f0d1845aaae46dc2fcaf062c740 (
plain
)
1
2
3
4
5
6
7
namespace
Vala
{
public
class
TestTwo
{
public
bool
is_true
()
{
return
true
;
}
}
}