packages feed

hexpat-0.19.1: test/thread-leak/callme.c

void callme(void (*cb)())
{
    int i;

    for (i = 0; i < 10; i++)
        cb();
}