rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20010525-1.c

7 lines
118 B
C

static int kind_varread(char *str)
{
if (0 == memcmp("%_#", str, 3)) return 2;
/* NOTREACHED */
}