#include <stdio.h>

void testy(arg) int arg;
{
        while(--arg>0) printf("testy\n");
}
