mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 20:31:36 +08:00
pr89386.c (foo): Fix return type.
* gcc.target/i386/pr89386.c (foo): Fix return type. * gcc.target/i386/pr89386-1.c (foo): Ditto. From-SVN: r275757
This commit is contained in:
parent
9b47928e63
commit
1890782243
@ -5,7 +5,7 @@
|
||||
|
||||
short a[N], b[N], c[N];
|
||||
|
||||
int foo (void)
|
||||
void foo (void)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
short a[N], b[N], c[N];
|
||||
|
||||
int foo (void)
|
||||
void foo (void)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user