repo.or.cz
/
vala-gnome.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: Add "gtktemplate" test to increase coverage
[vala-gnome.git]
/
tests
/
basic-types
/
bug650993.vala
blob
db47e9d63812cbd77ab5e98313844a302a495f7d
1
void
*
test
() {
2
return
null
;
3
}
4
5
void
main
() {
6
unowned
int
[]
o
= (
int
[])
test
();
7
}