DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-5 / tests / ordering / delegate-struct.vala
123456789
[CCode (has_target = false)] delegate Foo Func (Foo p); struct Foo { public Func f; } void main () { }