./:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20000718.c
blobacabaf160117226604a51d3b6806f6a185b50068
1 extern double foo(double, double);
2 extern void bar(float*, int*);
4 void
5 baz(int* arg)
7 float tmp = (float)foo(2.0,1.0);
8 unsigned i;
9 short junk[64];
11 for (i=0; i<10; i++, arg++) {
12 bar(&tmp, arg);