blob: 6b158c5bdc8b1d10ed3958f216a0837b287ca931 [file] [log] [blame]
/* PR target/8232. */
int f (char *p, char *q, int i)
{
return bcmp (p, q, i);
}