New test
From-SVN: r42570
This commit is contained in:
parent
e35031a67a
commit
b60868e00c
6
gcc/testsuite/gcc.c-torture/compile/20010525-1.c
Normal file
6
gcc/testsuite/gcc.c-torture/compile/20010525-1.c
Normal file
@ -0,0 +1,6 @@
|
||||
static int kind_varread(char *str)
|
||||
{
|
||||
if (0 == memcmp("%_#", str, 3)) return 2;
|
||||
/* NOTREACHED */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user