Release 0.41.92
[vala-gnome.git] / tests / asynchronous / bug613484.vala
bloba4367e126b6e95abb975afb6f67553721008c80e
1 struct Foo {
2 int i;
5 void do_foo (Foo foo, Value value) {
8 async void do_foo_async (Foo foo, Value value) {
11 void main () {