blob: bd1a6aa5305c8e1070716a9de56e390a972531a1 [file] [log] [blame]
/* PR target/8232. */
/* { dg-require-effective-target untyped_assembly } */
int f (char *p, char *q, int i)
{
return bcmp (p, q, i);
}