Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.c-torture / compile / 930109-1.c
blobdbd15a1bd0a1c05c5b5ff64b5507ed194b8798a8
1 f(x)
2 unsigned x;
4 static short c;
5 return x>>c;
7 g(x)
8 unsigned x;
10 static char c;
11 return x>>c;