8sa1-gcc/gcc/testsuite/gcc.c-torture/unsorted/p.c

7 lines
57 B
C
Raw Normal View History

1997-08-19 03:34:40 -04:00
foo (a, b, p)
short *p;
{
p[0] = a;
p[1] = b;
}