Release 0.41.92
[vala-gnome.git] / tests / asynchronous / bug620740.vala
blobb4323fb3ac28eb2fbc061dffc4576069933595c1
1 struct Foo {
2 int i;
5 async Foo do_foo_async () {
6 return Foo ();
9 void main () {