DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-5 / tests / asynchronous / bug620740.vala
12345678910
struct Foo { int i; } async Foo do_foo_async () { return Foo (); } void main () { }