./:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 931013-1.c
blobc237c0b73415614fc6058c3cfeccf3369eba89f2
1 g ();
3 f ()
5 long ldata[2];
6 int seed;
8 seed = (ldata[0]) + (ldata[1] << 16);
9 g (seed);