blob: dbd15a1bd0a1c05c5b5ff64b5507ed194b8798a8 [file] [log] [blame]
f(x)
unsigned x;
{
static short c;
return x>>c;
}
g(x)
unsigned x;
{
static char c;
return x>>c;
}