* gcc.dg/980502-1.c: Fix return type.

From-SVN: r19916
This commit is contained in:
Manfred Hollstein 1998-05-20 21:48:45 +00:00 committed by Jeff Law
parent 0e4347cef0
commit 6601d02b23
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed May 20 14:37:15 1998 Manfred Hollstein <manfred@s-direktnet.de>
* gcc.dg/980502-1.c: Fix return type.
Wed May 20 11:29:48 1998 Jeffrey A Law (law@cygnus.com)
* gcc.dg/{980502-1.c, clobbers.c}: New tests.

View File

@ -1,7 +1,7 @@
/* { dg-do compile }*/
/* { dg-options "-O2" } */
void f(void)
char *const f(void)
{
char *const line = "/dev/ptyXX";
line[8] = 1;