#include "xdb0.h"
main ()
{
int x;
x = 0;
foo (x++);
}
static void
unused ()
/* Not used for anything */