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
girparser: Never skip symbol if skip=false is explicited in metadata.
[vala-lang.git]
/
tests
/
asynchronous
/
bug599568.vala
blob
77a66fd6d7e0e1d6ebfac759e67a1e44e2587790
1
async
void
do_foo
() {
2
for
(
int
i
=
0
;
i
<
2
;
i
++) {
3
Value value
=
42
;
4
}
5
}
6
7
void
main
() {
8
do_foo
();
9
}