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
/
structs
/
bug654646.vala
blob
3a6597407de236556a57bd58754eeaf736c3b315
1
void
foo
(
int
i
, ...) {
2
va_list v
=
va_list
();
3
bar
(
v
);
4
}
5
6
void
bar
(
va_list v
) {
7
}
8
9
void
main
() {
10
}