modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/20021015-2.c (about)

     1  /* PR target/8232.  */
     2  /* { dg-require-effective-target untyped_assembly } */
     3  
     4  int f (char *p, char *q, int i)
     5  {
     6    return bcmp (p, q, i);
     7  }
     8