summaryrefslogtreecommitdiff
path: root/tests/delegates/delegate_only.vala
blob: 7484e21de44db08d05c4fc3bd921d89e33199feb (plain)
1
2
3
4
delegate void FooFunc ();

void main () {
}