New test
authorMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 25 May 2001 09:16:08 +0000 (09:16 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 25 May 2001 09:16:08 +0000 (09:16 +0000)
From-SVN: r42570

gcc/testsuite/gcc.c-torture/compile/20010525-1.c [new file with mode: 0644]

diff --git a/gcc/testsuite/gcc.c-torture/compile/20010525-1.c b/gcc/testsuite/gcc.c-torture/compile/20010525-1.c
new file mode 100644 (file)
index 0000000..2e4ae38
--- /dev/null
@@ -0,0 +1,6 @@
+static int kind_varread(char *str)
+{
+  if (0 == memcmp("%_#",               str, 3))  return 2;
+  /* NOTREACHED */
+}
+