OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20021015-2.c
1 /* PR target/8232.  */
2
3 int f (char *p, char *q, int i)
4 {
5   return bcmp (p, q, i);
6 }
7