aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/981107-1.c
blob: 987ec180f9f2e7882473f44a0896fde7549003f5 (plain)
1
2
3
4
5
6
7
8
9
unsigned long seed(void)
{
    unsigned long u;

    call();

    u = 26107 * (unsigned long)&u;
    return u;
}