modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.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