OSDN Git Service

PR middle-end/51761
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 981107-1.c
1 unsigned long seed(void)
2 {
3     unsigned long u;
4
5     call();
6
7     u = 26107 * (unsigned long)&u;
8     return u;
9 }