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

5 lines
45 B
C
Raw Normal View History

1997-08-19 03:34:40 -04:00
foo (short *p, short a)
{
return a < *p;
}