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
Release 0.41.92
[vala-gnome.git]
/
tests
/
control-semantic
/
argument-value-out.test
blob
128029ab0857b6dafe27801109530741a5834c4e
1
Invalid Code
2
3
void foo (out string arg) {
4
}
5
6
void main () {
7
foo ("foo");
8
}