* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 981107-1.c
blob987ec180f9f2e7882473f44a0896fde7549003f5
1 unsigned long seed(void)
3 unsigned long u;
5 call();
7 u = 26107 * (unsigned long)&u;
8 return u;