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