repo.or.cz
/
vala-lang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
codegen: Use temporary variable for string concatenation
[vala-lang.git]
/
tests
/
asynchronous
/
bug613484.vala
blob
a4367e126b6e95abb975afb6f67553721008c80e
1
struct
Foo
{
2
int
i
;
3
}
4
5
void
do_foo
(
Foo foo
,
Value value
) {
6
}
7
8
async
void
do_foo_async
(
Foo foo
,
Value value
) {
9
}
10
11
void
main
() {
12
}