* testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.

From-SVN: r37292
This commit is contained in:
DJ Delorie 2000-11-07 12:12:59 -05:00 committed by DJ Delorie
parent 26a87cabc6
commit 6cc99eaf45
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-11-07 DJ Delorie <dj@redhat.com>
* testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* builtins.c (expand_builtin_strpbrk): New function.

View File

@ -20,4 +20,5 @@ static inline void foo (unsigned long base, unsigned char val)
int main (void)
{
foo (23, 1);
return 0;
}