OSDN Git Service

2004-10-05 Andrew Pinski <pinskia@physics.uc.edu>
[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 }